home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/postproc/line/r3linemd.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/code/r3postim.js")
- var R3CLID_LINEMODEL = 1539;
-
- R3LINEMDM_ = 1539000;
-
- function _R3LINEMDM_() {
- return this.r3Do(R3LINEMDM_, arguments);
- }
-
- R3LINEMDA_MinSize = 1539500;
- function SetR3LINEMDA_MinSize(value) {
- this.r3Set(R3LINEMDA_MinSize, value);
- }
-
- function GetR3LINEMDA_MinSize() {
- var value = 0;
- return this.r3Get(R3LINEMDA_MinSize, value); // R3FLOAT *
- }
-
- R3LINEMDA_MaxSize = 1539501;
- function SetR3LINEMDA_MaxSize(value) {
- this.r3Set(R3LINEMDA_MaxSize, value);
- }
-
- function GetR3LINEMDA_MaxSize() {
- var value = 0;
- return this.r3Get(R3LINEMDA_MaxSize, value); // R3FLOAT *
- }
-
- R3LINEMDA_Channel = 1539502;
- function SetR3LINEMDA_Channel(value) {
- this.r3Set(R3LINEMDA_Channel, value);
- }
-
- function GetR3LINEMDA_Channel() {
- var value = 0;
- return this.r3Get(R3LINEMDA_Channel, value); // char **
- }
-
- R3LINEMDA_TriggerChanne = 1539503;
- function SetR3LINEMDA_TriggerChanne(value) {
- this.r3Set(R3LINEMDA_TriggerChannel, value);
- }
-
- function GetR3LINEMDA_TriggerChanne() {
- var value = 0;
- return this.r3Get(R3LINEMDA_TriggerChannel, value); // char **
- }
-
- R3LINEMDA_WidthChannel = 1539504;
- function SetR3LINEMDA_WidthChannel(value) {
- this.r3Set(R3LINEMDA_WidthChannel, value);
- }
-
- function GetR3LINEMDA_WidthChannel() {
- var value = 0;
- return this.r3Get(R3LINEMDA_WidthChannel, value); // char **
- }
-
- R3LINEMDA_TriggerFrom = 1539505;
- function SetR3LINEMDA_TriggerFrom(value) {
- this.r3Set(R3LINEMDA_TriggerFrom, value);
- }
-
- function GetR3LINEMDA_TriggerFrom() {
- var value = new r3Vect();
- return this.r3Get(R3LINEMDA_TriggerFrom, value); // R3VECTOR *
- }
-
- R3LINEMDA_TriggerTo = 1539506;
- function SetR3LINEMDA_TriggerTo(value) {
- this.r3Set(R3LINEMDA_TriggerTo, value);
- }
-
- function GetR3LINEMDA_TriggerTo() {
- var value = new r3Vect();
- return this.r3Get(R3LINEMDA_TriggerTo, value); // R3VECTOR *
- }
-
- function r3Linemodel () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_LINEMODEL, arguments);
- }
- // Methods
- this.=_R3LINEMDM_;
-
- // Attributes
- this.GetMinSize=GetR3LINEMDA_MinSize;
- this.SetMinSize=SetR3LINEMDA_MinSize;
- this.GetMaxSize=GetR3LINEMDA_MaxSize;
- this.SetMaxSize=SetR3LINEMDA_MaxSize;
- this.GetChannel=GetR3LINEMDA_Channel;
- this.SetChannel=SetR3LINEMDA_Channel;
- this.GetTriggerChanne=GetR3LINEMDA_TriggerChanne;
- this.SetTriggerChanne=SetR3LINEMDA_TriggerChanne;
- this.GetWidthChannel=GetR3LINEMDA_WidthChannel;
- this.SetWidthChannel=SetR3LINEMDA_WidthChannel;
- this.GetTriggerFrom=GetR3LINEMDA_TriggerFrom;
- this.SetTriggerFrom=SetR3LINEMDA_TriggerFrom;
- this.GetTriggerTo=GetR3LINEMDA_TriggerTo;
- this.SetTriggerTo=SetR3LINEMDA_TriggerTo;
- }
-
- r3Linemodel.prototype=new r3Postimageeffectmodel;
- // inc/plugins/postproc/line/r3linemd.h_H